projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02b755a
)
(vc-default-show-log-entry): Fix typo.
author
Markus Rost
<rost@math.uni-bielefeld.de>
Sat, 5 Oct 2002 03:00:47 +0000
(
03:00
+0000)
committer
Markus Rost
<rost@math.uni-bielefeld.de>
Sat, 5 Oct 2002 03:00:47 +0000
(
03:00
+0000)
lisp/vc.el
patch
|
blob
|
history
diff --git
a/lisp/vc.el
b/lisp/vc.el
index 25805fb59787718d09581ddace58cff83b71d09e..8a08b5b71303a66afeb0f20f61a41b6d6a6c8e76 100644
(file)
--- a/
lisp/vc.el
+++ b/
lisp/vc.el
@@
-6,7
+6,7
@@
;; Maintainer: Andre Spiegel <spiegel@gnu.org>
;; Keywords: tools
-;; $Id: vc.el,v 1.33
6 2002/09/04 20:47:08 spiegel
Exp $
+;; $Id: vc.el,v 1.33
7 2002/10/03 22:43:01 monnier
Exp $
;; This file is part of GNU Emacs.
@@
-2491,7
+2491,7
@@
allowed and simply skipped)."
',(vc-workfile-version file))
(set-buffer-modified-p nil)))))
-(defun vc-default-show-log-entry (backend
ver
)
+(defun vc-default-show-log-entry (backend
rev
)
(if (fboundp 'log-view-goto-rev)
(log-view-goto-rev rev)))